Fix a typo to fix the build.
authorMurray Cumming <murrayc@murrayc.com>
Mon, 6 Dec 2010 15:01:55 +0000 (16:01 +0100)
committerMurray Cumming <murrayc@murrayc.com>
Mon, 6 Dec 2010 15:01:55 +0000 (16:01 +0100)
gtk/gtkwidgetpath.h

index b069fe61e35efb5b310ed8b132a5e139daeec8b0..87b44b8ef99bbb975e0918a5a86d54eae4ce299c 100644 (file)
@@ -33,7 +33,7 @@ typedef struct _GtkWidgetPath GtkWidgetPath;
 
 #define GTK_TYPE_WIDGET_PATH (gtk_widget_path_get_type ())
 
-GType           gtk_widget_path_get_type            (void) G_GNUC_CONST:
+GType           gtk_widget_path_get_type            (void) G_GNUC_CONST;
 GtkWidgetPath * gtk_widget_path_new                 (void);
 
 GtkWidgetPath * gtk_widget_path_copy                (const GtkWidgetPath *path);